IsNull Property (PgSqlRangeType<T>)
Gets a value indicating whether the
PgSqlRangeType<T> is an object, representing a NULL value.
public bool IsNull {get;}
'Declaration
Public ReadOnly Property IsNull As Boolean
Property Value
true, if the
PgSqlCircle is an object, representing a NULL value; otherwise,
false.